dsh-session-surgeon:修复无法加载的 DSH 会话,并让新会话引用旧会话
dsh-session-surgeon 是一款 MIT 许可的 DSH 插件,旨在解决 DeepSeek Harness 会话无法加载及上下文继承问题。它提供会话修复、检查、导出及 ID 复制功能,兼容 `@deepseek-ai/dsh@0.1.0-rc.6`。 核心功能包括:在 DSH 会话菜单和侧边栏中提供“复制会话 ID”、“inspect”及“dry-run repair”入口,支持浏览、修复、预览和导出 JSONL。该插件能修复 seq gap、torn zstd frames、lone surrogates 及缺失 message ID 等错误,inspect 仅警告不伪造结果。
Read Moredsh-session-link: Codex-Style Session Deep Linking Plugin for DeepSeek Harness
dsh-session-link is an MIT-licensed plugin for DeepSeek Harness (DSH), designed to address the difficulty of referencing context across sessions in web workflows. Through its session deep-linking feature, the plugin allows users to copy a `dsh://session/<session-ID>` link from a session header and paste it into another conversation, whereupon the source session content is injected as controlled, read-only snapshot background context. On Windows, it supports registering a protocol handler, enabling direct opening of the Web GUI and locating the corresponding session upon clicking the link. The plugin features robust error handling, preserving original text and logging issues for malformed links, self-references, or permission anomalies, with default limits of 3 references per message and 64 KiB per source, propagating only text while excluding non-text blocks such as images. Installation requires executing
Read Moredsh-reference-anything: Integrating Multiple Reference Sources of DSH into an @ Menu
dsh-reference-anything is an MIT-licensed DSH plugin maintained by Chael-Chael, designed to address the issue of frequent switching caused by scattered multi-source data. This plugin integrates DSH commands, Skills, workspace files, session history, local Agent records, cloud drive files, and online chat history into the DeepSeek Harness @ menu, enabling one-stop search and reference. Its core functionalities include extending referenceable sources (supporting access to online sessions via OpenCLI and cloud drives via OpenList, with local records read directly from disk files) and enhancing menu interaction (supporting custom grouping order, folding settings, and optimized visual icons). The plugin is compatible with DSH versions 0.1.0-rc.8 and above, and after installation, it allows users to...
Read More